//==============================================================================
// Turret_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define BirthSFX
{
   set hotspot
   {
      version
      {
         Visualparticle Turret SpawnSFX 
      }
   }
}
//==============================================================================
define Smoke
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Smoke Tiny 
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Turret1_spawn
                        Connect ATTACHPOINT BirthSFX hotspot
			tag SpecificSoundSet 0.01 false TurretSpawnSFX1 checkVisible
			tag SpecificSoundSet 0.20 false TurretSpawnSFX2 checkVisible
         }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Turret_idle
			Connect Smoke0 Smoke hotspot
	 }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Turret2_destroyed
			tag SpecificSoundSet 0.01 false TurretExplodeSFX checkVisible
	 }
      }
   }
}
//==============================================================================
anim RangedAttack
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            		VisualGranny Turret_rangedAttack
			Connect Smoke0 Smoke hotspot
			tag Attack 0.20 true   
            		tag SpecificSoundSet 0.15 false TurretAttackSFX checkVisible
	 }
      }
   }
}